home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14065 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: druid.borland.com!usenet
  2. From: Jeff Jenkins <jjenkins@wpo.borland.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Linking 32 bit libs w/Borland 5.0 and maybe even 4.5
  5. Date: Thu, 28 Mar 1996 09:26:07 -0800
  6. Organization: Borland International
  7. Message-ID: <315ACBAF.686B@wpo.borland.com>
  8. References: <3159a623.836592@news.winternet.com>
  9. NNTP-Posting-Host: beastly.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. John R. Aldrin wrote:
  16. > Hi,
  17. > I tried to build a 32 bit application that used the Graphics Server
  18. > Control.   When I attempted to link the 32 bit libs I got an error
  19. > message indicating the file was not in the correct format (I tried
  20. > this over the weekend and I forget exactly what the error message was,
  21. > it seemed to dislike the file from the first byte).   I tried examing
  22. > the file w/the TLIB application from both the 5.0 and 4.5 versions and
  23. > was unable to list the contents of the libraries.
  24. > As a test I built one of the example 32 bit apps that comes with GS
  25. > using MSVC 4.0 and everything worked okay.  Anyone know what the
  26. > problem is w/Borland??
  27. > Thanx
  28. > jra
  29.  
  30. Nothing wrong with BC++, it's the library you are linking.  Are the libs 
  31. you refer to static libraries, or import libraries?  If they are static 
  32. libs, then you need to rebuild then with BC++.  If they are import libs, 
  33. then find the dlls, and using implib.exe, create BC++ compatible import 
  34. libraries.
  35.  
  36. -- jrj
  37.